CuteEditor changes the src url of templates

Last post 06-29-2009, 7:36 PM by CIC Web. 2 replies.
Sort Posts: Previous Next
  •  06-29-2009, 3:16 AM 53575

    CuteEditor changes the src url of templates

    Hi,
     
    In my template file, the source url is "/default.aspx" but after inserting it on the editor, it changes to the full path (ex: http://mysite.com/default.aspx).
     
    Is there a way to stop the editor from doing this?
     
    Any help is appreciated.
  •  06-29-2009, 7:27 AM 53581 in reply to 53575

    Re: CuteEditor changes the src url of templates

    Hi CIC,
     
    Try properties URLType, like
     
     <CE:Editor ID="Editor1" runat="server" URLType="SiteRelative">
    </CE:Editor>
     
    Demo
     
     
     
    Regards,
     
    Ken
  •  06-29-2009, 7:36 PM 53609 in reply to 53581

    Re: CuteEditor changes the src url of templates

    Thanks that worked!
View as RSS news feed in XML